projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daaddcf
)
ostree-prepare-root.service: Also order before plymouth-switch-root.service
author
Colin Walters
<walters@verbum.org>
Mon, 27 Jan 2014 18:57:18 +0000
(13:57 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 27 Jan 2014 18:57:18 +0000
(13:57 -0500)
In the OSTree model, /sysroot gets set up twice. We need to ensure
that the /sysroot plymouth sees is only after OSTree has set it up.
src/boot/ostree-prepare-root.service
patch
|
blob
|
history
diff --git
a/src/boot/ostree-prepare-root.service
b/src/boot/ostree-prepare-root.service
index 230c856bace41d0410aafa0305c819f6f821f025..dbc7b30a1aa5244818fd30481770da49ab333a1e 100644
(file)
--- a/
src/boot/ostree-prepare-root.service
+++ b/
src/boot/ostree-prepare-root.service
@@
-23,6
+23,7
@@
ConditionPathExists=/etc/initrd-release
OnFailure=emergency.service
After=initrd-switch-root.target
Before=initrd-switch-root.service
+Before=plymouth-switch-root.service
[Service]
Type=oneshot